home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- set the blend of sprite 19 to 100
- cursor(280)
- end
-
- on mouseLeave
- set the blend of sprite 19 to 70
- cursor(-1)
- end
-
- on mouseUp
- puppetSound("Clicker", 1)
- i = 31
- repeat while i <= 45
- sprite(i).visible = 1
- i = 1 + i
- end repeat
- j = 47
- repeat while j <= 48
- sprite(j).visible = 0
- j = 1 + j
- end repeat
- set the locH of sprite 47 to -500
- set the locH of sprite 26 to 282
- set the locH of sprite 19 to -500
- updateStage()
- end
-